home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 July / Designer's Club 1997 July.iso / pc / ideasrc / gallery.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1997-05-30  |  493 b   |  29 lines

  1. on startMovie
  2.   global gallery
  3.   set gallery to "slideshow"
  4. end
  5.  
  6. on keyDown
  7.   if the key = 1 then
  8.     set the soundLevel to 1
  9.   end if
  10.   if the key = 2 then
  11.     set the soundLevel to 2
  12.   end if
  13.   if the key = 3 then
  14.     set the soundLevel to 3
  15.   end if
  16.   if the key = 4 then
  17.     set the soundLevel to 4
  18.   end if
  19.   if the key = 5 then
  20.     set the soundLevel to 5
  21.   end if
  22.   if the key = 6 then
  23.     set the soundLevel to 6
  24.   end if
  25.   if the key = 7 then
  26.     set the soundLevel to 7
  27.   end if
  28. end
  29.